DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass> Properties

The properties of the InsertByQuery<InsertIntoClass,SelectFromClass> class are listed below. For a complete list of InsertByQuery<InsertIntoClass,SelectFromClass> class members, see the InsertByQuery<InsertIntoClass,SelectFromClass> Members topic.

Public Instance Properties

CommandTimeout (inherited from DomainObjects.DbAccess.Command.SqlStatement.ObjectModel.BatchStatement) Gets or sets the wait time before terminating the attempt to execute a SQL statement and generating an error.
Distinct Gets or sets a value indicating whether only unique rows can appear in the result set. Null values are considered equal for the purposes of the DISTINCT keyword.
ExplicitSelectFields Gets the select fields.
Having The criteria that will be converted to the HAVING clause of the SQL select statement.
IsTopSpecified Gets a value indicating whether top is specified.
SelectDistinct Determine if duplicate rows will be removed when this object is queried from the database.
SetIdentityInsertOn Gets or sets a value indicating whether to set identity insert on.
TargetClass Gets the class being targeted by this query.
TargetTableMappedObject Gets the target table mapped object.
Top Gets or sets the number of rows that will be returned from the query result set.
UnionedQueries 
Where Gets or sets the criteria that will be converted to the WHERE clause of the SQL SELECT statement.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace